object CountryCode: TCountryCode Left = 399 Top = 115 BorderStyle = bsDialog Caption = 'Your Country' ClientHeight = 125 ClientWidth = 427 Font.Color = clBlack Font.Height = -17 Font.Name = 'Arial' Font.Style = [] PixelsPerInch = 120 Position = poScreenCenter Scaled = False OnShow = FormShow TextHeight = 19 object CountryLabel: TLabel Left = 8 Top = 16 Width = 413 Height = 25 Alignment = taCenter AutoSize = False end object Label1: TLabel Left = 36 Top = 96 Width = 349 Height = 21 Alignment = taCenter AutoSize = False Caption = 'This message will not appear again.' Font.Color = clBlack Font.Height = -13 Font.Name = 'Arial' Font.Style = [] ParentFont = False end object ChangeCountry: TButton Left = 4 Top = 52 Width = 209 Height = 33 Caption = '&Change Country Now' TabOrder = 0 OnClick = ChangeCountryClick end object LeaveCountry: TButton Left = 216 Top = 52 Width = 209 Height = 33 Caption = '&Leave Country As Is' TabOrder = 1 OnClick = LeaveCountryClick end end